instruction cycle - перевод на Английский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

instruction cycle - перевод на Английский

BASIC OPERATION CYCLE OF A COMPUTER
Fetch execute cycle; Fetch-execute cycle; Fetch-decode-execute cycle; Execute cycle; Computer cycle; Computer cycles; FE Cycle; CPU cycle; Fetch and execution cycle; Fetch and execute cycle; Machine cycle; I/E time; Processor cycle; Instruction fetching; Instruction fetch; Opcode fetch; Computing cycle
  • Current instruction register]]
}}
Найдено результатов: 991
instruction cycle         

общая лексика

цикл исполнения команды, командный цикл

время, затрачиваемое центральным процессором на исполнение одной команды. Зависит от быстродействия ОЗУ, тактовой частоты, ширины шины данных и архитектуры процессора

командный цикл

Смотрите также

clock speed; CPU; execution time; instruction time; machine cycle

machine cycle         
машинный цикл; цикл работы станка-автомата
machine cycle         

общая лексика

машинный цикл

цикл выполнения каждой машинной команды, состоящий из набора элементарных операций: выборки команды (fetch), декодирования (decode), исполнения (execute) и запоминания результата (store)

машинный такт

наименьшее время выполнения процессором одной элементарной операции

может занимать несколько периодов внутренней тактовой частоты процессора, или частоты синхронизации

синоним

instruction cycle

Смотрите также

fetch cycle; instruction decoder; machine language; microcode; clock; CPU

branch instruction         
INSTRUCTION IN COMPUTER PROGRAM
Unconditional branching; Jump instruction; Conditional branch; Unconditional branch instruction; Branch instruction; Unconditional branch; Jump (Computer science); Jump (computer science); Branch (instruction); Conditional jump; Branch on condition; Jump target (computing); Branch-free code; Branchless programming; Branchless code; Branchless algorithm

общая лексика

команда перехода

машинная команда или оператор языка программирования, позволяющий изменить порядок выполнения команд или операторов программы

вычислительная техника

команда ветвления

conditional branch         
INSTRUCTION IN COMPUTER PROGRAM
Unconditional branching; Jump instruction; Conditional branch; Unconditional branch instruction; Branch instruction; Unconditional branch; Jump (Computer science); Jump (computer science); Branch (instruction); Conditional jump; Branch on condition; Jump target (computing); Branch-free code; Branchless programming; Branchless code; Branchless algorithm

общая лексика

условный переход

оператор языка программирования или машинная команда, которая заставляет процессор перейти на другое место программы и продолжить её выполнение с него, если в результате предыдущих операций выполнилось заданное в операторе (в команде) условие

синоним

conditional jump

branch instruction         
INSTRUCTION IN COMPUTER PROGRAM
Unconditional branching; Jump instruction; Conditional branch; Unconditional branch instruction; Branch instruction; Unconditional branch; Jump (Computer science); Jump (computer science); Branch (instruction); Conditional jump; Branch on condition; Jump target (computing); Branch-free code; Branchless programming; Branchless code; Branchless algorithm
команда перехода
current instruction         
  • Front panel of an [[IBM 701]] computer introduced in 1952. Lights in the middle display the contents of various registers. The '''instruction counter''' is at the lower left.
PROCESSOR REGISTER THAT INDICATES THE LOCATION IN MEMORY OF THE CURRENTLY-EXECUTING INSTRUCTION IN THE BINARY CODE OF A PROGRAM
Instruction pointer; Program Counter; Program register; Instruction address register; Programme counter; Instruction counter; Next instruction pointer; Current instruction pointer; Current instruction; Next instruction; Next instruction address; Next instruction pointer register; Instruction pointer register; Next instruction address register

вычислительная техника

текущая команда

conditional jump         
INSTRUCTION IN COMPUTER PROGRAM
Unconditional branching; Jump instruction; Conditional branch; Unconditional branch instruction; Branch instruction; Unconditional branch; Jump (Computer science); Jump (computer science); Branch (instruction); Conditional jump; Branch on condition; Jump target (computing); Branch-free code; Branchless programming; Branchless code; Branchless algorithm

общая лексика

условный переход, операция [команда] условного перехода

передача управления в программе по указанному в команде адресу в зависимости от результата выполнения предыдущих команд или значений регистров процессора

вычислительная техника

условный переход

синоним

conditional branch

unconditional branch         
INSTRUCTION IN COMPUTER PROGRAM
Unconditional branching; Jump instruction; Conditional branch; Unconditional branch instruction; Branch instruction; Unconditional branch; Jump (Computer science); Jump (computer science); Branch (instruction); Conditional jump; Branch on condition; Jump target (computing); Branch-free code; Branchless programming; Branchless code; Branchless algorithm

общая лексика

безусловный переход

в программировании - переход, выполняемый в любом случае

синоним

unconditional jump; (conditional branch)

program counter         
  • Front panel of an [[IBM 701]] computer introduced in 1952. Lights in the middle display the contents of various registers. The '''instruction counter''' is at the lower left.
PROCESSOR REGISTER THAT INDICATES THE LOCATION IN MEMORY OF THE CURRENTLY-EXECUTING INSTRUCTION IN THE BINARY CODE OF A PROGRAM
Instruction pointer; Program Counter; Program register; Instruction address register; Programme counter; Instruction counter; Next instruction pointer; Current instruction pointer; Current instruction; Next instruction; Next instruction address; Next instruction pointer register; Instruction pointer register; Next instruction address register

общая лексика

PC

счётчик команд, программный счётчик

внутренний регистр процессора, содержащий адрес следующей выбираемой команды либо следующего байта [слова] программы

синоним

instruction counter; instruction pointer; address register

Определение

fetch-execute cycle
<architecture, processor> The sequence of actions that a central processing unit performs to execute each {machine code} instruction in a program. At the beginning of each cycle the CPU presents the value of the program counter on the address bus. The CPU then fetches the instruction from main memory (possibly via a cache and/or a pipeline) via the data bus into the instruction register. From the instruction register, the data forming the instruction is decoded and passed to the control unit which sends a sequence of control signals to the relevant {function units} of the CPU to perform the actions required by the instruction such as reading values from registers, passing them to the ALU to add them together and writing the result back to a register. The program counter is then incremented to address the next instruction and the cycle is repeated. The fetch-execute cycle was first proposed by {John von Neumann}. (1998-06-25)

Википедия

Instruction cycle

The instruction cycle (also known as the fetch–decode–execute cycle, or simply the fetch-execute cycle) is the cycle that the central processing unit (CPU) follows from boot-up until the computer has shut down in order to process instructions. It is composed of three main stages: the fetch stage, the decode stage, and the execute stage.

In simpler CPUs, the instruction cycle is executed sequentially, each instruction being processed before the next one is started. In most modern CPUs, the instruction cycles are instead executed concurrently, and often in parallel, through an instruction pipeline: the next instruction starts being processed before the previous instruction has finished, which is possible because the cycle is broken up into separate steps.

Как переводится instruction cycle на Русский язык